home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-Anim3 / background_2622.txt < prev    next >
Text File  |  1990-04-06  |  263b  |  15 lines

  1. -- background: 2622 from stack: in.0-Anim3
  2. -- bmap block id: 3441
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on doAnimate
  8.   repeat with n = 1 to the number of cds
  9.     wait 3
  10.     go next
  11.   end repeat
  12.   wait 3
  13.   go cd 1
  14. end doAnimate
  15.